home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 124 / pcfcd124-a.iso / PCF Trial Software.dxr / 00121_Xara X.ls < prev    next >
Encoding:
Text File  |  2001-05-22  |  159 b   |  13 lines

  1. on mouseEnter me
  2.   gWhichScript()
  3.   gChangeDetails()
  4. end
  5.  
  6. on mouseLeave me
  7.   gWhichScriptOff()
  8. end
  9.  
  10. on mouseUp
  11.   open("Trial Software\Xara X\xaraxdl.exe")
  12. end
  13.